home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 286 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  783 b 

  1. Path: news1.urz.tu-dresden.de!news
  2. From: Robert Mueller <muellerr@tudurz.urz.tu-dresden.de>
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: Problem with memory allocation in BC 4.5
  5. Date: 3 Jan 1996 15:32:14 GMT
  6. Organization: TU-Dresden
  7. Message-ID: <4ce7hu$quv@rks1.urz.tu-dresden.de>
  8. References: <4bqdn4$jjm@cloner2.ix.netcom.com>
  9. NNTP-Posting-Host: rp168.urz.tu-dresden.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  14.  
  15. Hello,
  16.  
  17. When looking to the online-help of BC 3.1 I found that for freeing
  18. pointers allocated with far...() you have to use farfree() because the
  19. normal and far-heap are completely different. In your letter I read 
  20. free() instaed. Maybe this is simply the problem.
  21. rm
  22.  
  23.